home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / MotifApp / Extras / README < prev   
Encoding:
Text File  |  1995-05-03  |  1006 b   |  27 lines

  1. This directory contains some extra examples, variations of the examples in
  2. the book. 
  3.  
  4. Bounce contains a Stage class that demonstrates the X double-buffering
  5. extension. Note that on some systems the X extension header, multibuf.h,
  6. does not automatically provide function prototypes suitable for C++. You
  7. may need to provide these yourself.
  8.  
  9. TicTacToe has been reworked to use a one move lookahead to play a tougher
  10. game.
  11.  
  12. SubMenus contains versions of classes described in the book that implement
  13. support for nested cascading menus based on the Cmd architecture.
  14.  
  15. The file ch0.ps is an extra chapter in postscript form (cut from the book)
  16. that introduces C++.  If you can't print postscript, ch0.txt is a text only
  17. version.
  18.  
  19. Callbacks.ps is a postscript file that describes a slightly different
  20. approach to using callbacks with C++ classes. This material was also
  21. written for the book, but ended up on the cutting room floor. It may be
  22. interesting to some people. Callbacks.txt is a text-only version.
  23.  
  24.  
  25.  
  26.  
  27.